home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / System / ReqAttack / MoreLogos / reqattack.prefs.64col < prev    next >
Text File  |  2000-01-22  |  1KB  |  66 lines

  1. REQPOS = CENTER
  2.  
  3. if reqtext = "Warning: you cannot get#?delete#?contents#?"
  4.         logo = "Animlogos/delete100.64col"
  5. endif
  6.  
  7. if reqtext = "Warning: you cannot get#?delete#?"
  8.         logo = "Animlogos/delete100.64col"
  9. endif
  10.  
  11. if reqtext = "Please insert volume#?"
  12.          logo = "Animlogos/insert80.64col"
  13. endif
  14.  
  15. if reqtext = "Volume#?is write protected#?"
  16.         logo = "Animlogos/write-protect100.64col"
  17. endif
  18.  
  19. if reqtext = "Disk is write-protected"
  20.         logo = "Animlogos/write-protect100.64col"
  21. endif
  22.  
  23. if reqtext = "Volume#?is full#?"
  24.         logo = "Animlogos/boing_info80.64col"
  25. endif
  26.  
  27. if reqtext = "#?has a write error on#?"
  28.         logo = "Animlogos/rw-error80.64col"
  29. endif
  30.  
  31. if reqtext = "Read Error#?on block#?"
  32.         logo = "Animlogos/rw-error80.64col"
  33. endif
  34.  
  35. if reqtext = "OK to format#?"
  36.         logo = "Animlogos/format100.64col"
  37. endif
  38.  
  39. if reqtext = "Not a DOS disk#?"
  40.         logo = "Animlogos/stink100.64col"
  41. endif
  42.  
  43. if reqtext = "You MUST replace#?in device#?"
  44.         logo = "Animlogos/mustinsert80.64col"
  45. endif
  46.  
  47. if taskname = "About..."
  48.         logo = "Animlogos/boing_info80.64col"
  49. endif
  50.  
  51. if reqtitle = "Software Failure"
  52.         logo = "Animlogos/guru80.64col"
  53. endif
  54.  
  55. if reqtitle = "Format Request"
  56.         logo = "Animlogos/format100.64col"
  57. endif
  58.  
  59. if reqtext = "Error while copying #?"
  60.         logo = "Animlogos/query80.64col"
  61. endif
  62.  
  63. if reqtext = "Error while deleting #?"
  64.         logo = "Animlogos/write-protect100.64col"
  65. endif
  66.